projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fd168
)
(ispell-word): In ispell-check-only mode,
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Apr 1998 03:21:24 +0000
(
03:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Apr 1998 03:21:24 +0000
(
03:21
+0000)
display a message for misspelled word.
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 60cf46da30d006f03f2f79671f6f876419c30006..e8eaf568b11c4c3683aa77649f7040a794a161c1 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-913,6
+913,7
@@
or \\[ispell-region] to update the Ispell process."
(funcall ispell-format-word poss))))
((null poss) (message "Error in ispell process"))
(ispell-check-only ; called from ispell minor mode.
+ (message "Misspelled word `%s'" word)
(beep))
(t ; prompt for correct word.
(save-window-excursion